Vcenter NamespaceManagement Clusters Stats

Vcenter NamespaceManagement Clusters Stats
Vcenter NamespaceManagement Clusters Stats

The Vcenter NamespaceManagement Clusters Stats schema contains the basic Supervisor runtime statistics.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cpu_used": 0,
    "cpu_capacity": 0,
    "memory_used": 0,
    "memory_capacity": 0,
    "storage_used": 0,
    "storage_capacity": 0
}
integer As int64 As int64
cpu_used
Required

CPU consumed by the Supervisor and its workloads across all hosts in megahertz (MHz).

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
cpu_capacity
Required

Maximum reservable CPU capacity for a Supervisor and its workloads in megahertz (MHz). This value is capped by the maximum physical CPU capacity of all hosts participating in the Supervisor or any limits present on Supervisor resource pools.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
memory_used
Required

Host memory consumed by a Supervisor and its workloads in mebibytes (MiB).

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
memory_capacity
Required

Maximum reservable memory capacity for a Supervisor and its workloads in mebibytes (MiB). This value is capped by the maximum physical memory capacity of all hosts participating in the Supervisor or any limits present on Supervisor resource pools.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
storage_used
Required

Storage committed by all participating Supervisor storage policies in mebibytes (MiB).

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
storage_capacity
Required

Capacity of all datastores backing all participating Supervisor storage policies in mebibytes (MiB).

This property was added in vSphere API 7.0.0.0.